![]() |
charCodeMask |
Header: Events.h |
enum { charCodeMask = 255, keyCodeMask = 65280, adbAddrMask = 16711680, osEvtMessageMask = -16777216 };
The enumerator indicating you want your application to receive a character-code keyboard event.
The enumerator indicating you want your application to receive a key-code keyboard event.
The enumerator indicating you want your application to receive an ADB address if there is an ADB keyboard.
The enumerator indicating you want your application to receive a keyboard event that can be used to extract a message code.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)